home *** CD-ROM | disk | FTP | other *** search
- -- card: 19699 from stack: in
- -- bmap block id: 20804
- -- flags: 4000
- -- background id: 2604
- -- name: 1ST/AID
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=359 top=99 right=121 bottom=381
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: E/TO/SECURITY
- ----- HyperTalk script -----
- on mouseUp
- go to card id 15382
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=151 top=130 right=180 bottom=201
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/IST/AID
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- if "1st aid kit" is in inventory then
- put "The cabinet is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- put ", 1st aid kit" after inventory
- put "You find a 1st aid kit." into Msg
- wait 3 seconds
- doMenu "Message"
- put inventory into background field "ShowMe"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0